
'Declaration
<DefaultMemberAttribute("Item")> Public Class BaseStorage (Of T As {New, BasePersistableObject}, TMappingCollection As {New, MappingCollectionBase(Of T)}) Inherits C1BindingSource Implements ISupportInitialize, ISupportInitializeNotification
[DefaultMember("Item")] public class BaseStorage<T,TMappingCollection> : C1BindingSource, ISupportInitialize, ISupportInitializeNotification where T: new(), BasePersistableObject where TMappingCollection: new(), MappingCollectionBase<T>
System.Object
C1.C1Schedule.C1BindingSource
C1.C1Schedule.BaseStorage<T,TMappingCollection>
C1.C1Schedule.AppointmentStorage
C1.C1Schedule.CategoryStorage
C1.C1Schedule.ContactStorage
C1.C1Schedule.LabelStorage
C1.C1Schedule.ResourceStorage
C1.C1Schedule.StatusStorage